From 7e1fe39cef2256800a687dcd8c2062046ae886bb Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Nov 2006 19:37:38 +0000 Subject: [PATCH] Add hint and last found to tabsep format. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2512 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 1 + gpsbabel/internal_styles.c | 2 ++ gpsbabel/style/tabsep.style | 2 ++ 3 files changed, 5 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 47a4b1dd4..6610538e1 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -172,6 +172,7 @@ $(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE # to prevent the build from working. Remove it. (Suse) # * Sun Java seems to be required. GCJ 1.4.2 doesn't work. You can # force Sun Java to be used by creating ~/.foprc with 'rpm_mode=' (Fedora) +# Get it from http://www.java.com # gpsbabel.fo: perl xmldoc/makedoc diff --git a/gpsbabel/internal_styles.c b/gpsbabel/internal_styles.c index 34b1caf1c..f1e8682e4 100644 --- a/gpsbabel/internal_styles.c +++ b/gpsbabel/internal_styles.c @@ -889,6 +889,8 @@ static char tabsep[] = "IFIELD PATH_DISTANCE_KM, \"\", \"%f\"\n" "IFIELD GEOCACHE_PLACER,\"\",\"%s\"\n" "IFIELD YYYYMMDD_TIME,\"\",\"%ld\"\n" +"IFIELD GEOCACHE_HINT, \"\", \"%s\"\n" +"IFIELD GEOCACHE_LAST_FOUND, \"\", \"%d\"\n" ; static char xmap2006[] = "# gpsbabel XCSV style file\n" diff --git a/gpsbabel/style/tabsep.style b/gpsbabel/style/tabsep.style index b65b77686..65d0f31d4 100644 --- a/gpsbabel/style/tabsep.style +++ b/gpsbabel/style/tabsep.style @@ -53,3 +53,5 @@ IFIELD PATH_DISTANCE_MILES,"","%f" IFIELD PATH_DISTANCE_KM, "", "%f" IFIELD GEOCACHE_PLACER,"","%s" IFIELD YYYYMMDD_TIME,"","%ld" +IFIELD GEOCACHE_HINT, "", "%s" +IFIELD GEOCACHE_LAST_FOUND, "", "%d" -- 2.30.2